net/http.socksAddr.IP (field)
9 uses
golang.org/x/net/internal/socks
client.go#L126: a.IP = make(net.IP, net.IPv4len)
client.go#L129: a.IP = make(net.IP, net.IPv6len)
client.go#L146: if a.IP != nil {
client.go#L147: copy(a.IP, b)
socks.go#L87: IP net.IP
socks.go#L98: if a.IP == nil {
socks.go#L101: return net.JoinHostPort(a.IP.String(), port)
socks.go#L254: a.IP = net.ParseIP(host)
socks.go#L255: if a.IP == nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |